home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 28
/
Volume 28 - JOGO DISK .iso
/
Games
/
ansel_adams_leaves.swf
/
scripts
/
DefineButton2_75
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2006-09-25
|
294b
|
13 lines
on(press){
_root.currentlyDragging = this._name;
target = this._droptarget;
tgt = target.substr(3,2);
clp = eval("/:currentlydragging").substr(2,2);
if(iAmInPlace == true)
{
_root.completed -= 1;
}
iAmInPlace = false;
startDrag("",1,0,0,800,600);
}